diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-31 10:46:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-31 10:46:59 +0900 |
| commit | 9e6a7b0a7334352ed7e9e422d026ebfbad06c8a6 (patch) | |
| tree | 901a245fc04a2cf371dddc3809c4d8471c379a58 /config/waybar/style/[WALLUST] ML4W-modern-mixed.css | |
| parent | bee0fe2eba9b5f463c3dcc4318e0a1e476477ccd (diff) | |
| parent | 51cc8beb51452f7a8e63cffe78dd0217be02471a (diff) | |
Merge pull request #538 from JaKooLit/main
Main to development
Diffstat (limited to 'config/waybar/style/[WALLUST] ML4W-modern-mixed.css')
| -rw-r--r-- | config/waybar/style/[WALLUST] ML4W-modern-mixed.css | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css index 561aaa6c..d43b7401 100644 --- a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css +++ b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css @@ -32,6 +32,7 @@ window#waybar { transition-duration: .5s; } +#taskbar, #workspaces { background: @workspacesbackground1; margin: 2px 18px 3px 1px; @@ -45,6 +46,7 @@ window#waybar { color: @textcolor1; } +#taskbar button, #workspaces button { padding: 0px 6px; margin: 3px 2px; @@ -55,6 +57,7 @@ window#waybar { opacity: 0.4; } +#taskbar button.active, #workspaces button.active { color: @textcolor1; background: @workspacesbackground2; @@ -64,6 +67,7 @@ window#waybar { opacity:1.0; } +#taskbar button.hover, #workspaces button:hover { color: @textcolor1; background: @workspacesbackground2; @@ -96,22 +100,6 @@ window#waybar.empty #window { background-color:transparent; } -#taskbar { - background: @backgroundlight; - margin: 3px 15px 3px 0px; - border-radius: 5px 5px 5px 5px; - font-weight: normal; - font-style: normal; - opacity:0.8; - border: 3px solid @backgroundlight; -} - -#taskbar button { - margin:0; - border-radius: 5px 5px 5px 5px; - padding: 0px 5px 0px 5px; -} - #taskbar.empty { background:transparent; border:0; |
